HADOOP-19622. [3.4 Backport][ABFS][ReadAheadV2] Implement Read Buffer Manager V2 with improved aggressiveness#8175
Conversation
…th improved aggressiveness (apache#7832) Contributed by Anuj Modi
|
🎊 +1 overall
This message was automatically generated. |
|
:::: AGGREGATED TEST RESULT :::: ============================================================
|
|
@steveloughran, wanted to check with you if its okay to go ahead with this merge to 3.4? |
|
Since this change is already behind a config, disabled by default, I am goign ahead with the merge to 3.4. |
Description of PR
JIRA: https://issues.apache.org/jira/browse/HADOOP-19622
Implementing ReadBufferManagerV2 as per the new design document.
Following capabilities are added to ReadBufferManager:
For more details on design doc please refer to the design doc attached to parent JIRA: https://issues.apache.org/jira/browse/HADOOP-19596
How was this patch tested?
New tests added and existing test suite ran